home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / misc / GalaxyMapper.lha / mapper.doc < prev    next >
Text File  |  1993-03-03  |  3KB  |  55 lines

  1.                          Galaxy Mapper v1.0
  2.                                 by
  3.                            Kai Nikulainen
  4.                              
  5. This is a small program I wrote because I had some difficulties in locating
  6. planets using the standard map in Galaxy turn results.  So I wrote this 
  7. program which reads the resultsfile and displays a map of the galaxy.  The
  8. game I'm playing is V2.7, but I think this program can handle other versions
  9. of Galaxy too.  But you never know...
  10.  
  11. Before you run the program, you should assign PLANETS: to a directory.  The
  12. program will store there information about planet owners and sizes.  If you
  13. don't assign PLANETS: to any directory, current directory will be used. The
  14. program is quite small, but it allocates a lot of arrays and a 4 bitplane
  15. screen, so it needs at least 65KB of CHIP-mem plus 140KB any kind of RAM.
  16.  
  17. You should start this program by typing 'mapper <filename>'. After that you
  18. could go and make yourself a cup of coffee, because reading the file takes
  19. quite a long time.  After the program has read the file, you'll be shown a map.
  20.  
  21. You can select any planet by pressing the right mousebutton while the pointer
  22. is over the planet.  When the planet is selected, you'll see the name, owner,
  23. coordinates and size of the planet.  You can measure distances from the selected
  24. planet by pressign the left mousebutton anywhere on the map.
  25.  
  26. You can also select a planet by entering it's name or coordinates, there
  27. are a couple of gadgets for that.  Pressing 'Quit' should end the program.
  28. There two things you should remember: search for a planet's name is case-
  29. sensitive and the coordinates are truncated to integers.
  30.  
  31. If you have any comments, bug reports or suggestions, I'd really appreciate 
  32. if you could send them to me.  Here are my addresses:
  33.  
  34.   Internet:  Kai.Nikulainen@utu.fi or
  35.              knikulai@polaris.cc.utu.fi or
  36.          knikulainen@sara.cc.utu.fi
  37.          
  38.       Mail:  Kai Nikulainen
  39.              Kellonsoittajankatu 3-7 A 12
  40.          20500  TURKU
  41.          FINLAND
  42.        
  43. Remember!  I wrote this program during a few nights, so don't be too demanding.
  44. I haven't found any bugs, but they allways seem to appear only when they
  45. can inflict the maximum amount of damage, so I can't be held responsible
  46. for any damage this program may cause to other programs or to your equipment.    
  47.  
  48. I'm currently planning a better version of this program, please send me
  49. any suggestions you might have.  Btw. this program was written in AmigaE,
  50. many thanks to it's author Wouter van Oortmerssen!
  51.  
  52. By by!
  53.  
  54. - Kaitsu -
  55.